Skip to content

Add activity feed API#1

Open
JoeHowarth wants to merge 1 commit into
mainfrom
12-22-add_activity_feed_api
Open

Add activity feed API#1
JoeHowarth wants to merge 1 commit into
mainfrom
12-22-add_activity_feed_api

Conversation

@JoeHowarth

@JoeHowarth JoeHowarth commented Dec 22, 2025

Copy link
Copy Markdown
Owner

Graphite example

Copy link
Copy Markdown
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@JoeHowarth JoeHowarth marked this pull request as ready for review December 22, 2025 19:44

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread graphite-demo/server.js
@@ -0,0 +1,30 @@
const express = require('express');

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Declare express dependency for new server

The new feed endpoint requires express, but the repository does not declare or install that dependency—there is no package.json anywhere and running node graphite-demo/server.js fails immediately with Cannot find module 'express'. Without adding the dependency (or install instructions), the API cannot start, so the new feature is unusable.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant